home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgLangD.iso
/
Borland Visual dBASE Professiona v7.0
/
DATA1.CAB
/
Sample_dBASE
/
Mugs
/
Customer.sql
< prev
next >
Wrap
Text File
|
1997-11-20
|
313b
|
5 lines
--Database:MUGS
SELECT Customer."First Name", Customer.STREET2, Customer.STREET1, Customer.CITY, Customer."State ID", Customer.POSTAL, Country.Country, Customer."Last Name", Customer.Phone
FROM "customer.dbf" Customer
INNER JOIN "country.dbf" Country
ON (Customer."Country ID" = Country."Country ID")